home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / util / treedir / td13.doc < prev   
Text File  |  1990-10-14  |  1KB  |  38 lines

  1.  
  2.     TREEDIR  --  Tree directory for MSDOS V2.0 and above.
  3.  
  4.     This program combines TREE and DIR to produce a directory
  5.     of all files in each directory along with date, time and
  6.     file size.
  7.  
  8.     usage:    TREEDIR  [directory]  [/s] [/knnn]
  9.  
  10.     If the directory is omitted, the tree starts with the root
  11.     directory.  Use
  12.  
  13.         TREEDIR .    to start from the current directory.
  14.  
  15.     Totals are given for each directory, which includes the
  16.     totals of any sub-directories.     If the /s option is specified
  17.     only the totals are displayed.
  18.  
  19.     This program was primarily written to display the actual space
  20.     used on the hard disk for each directory, and the amount of
  21.     space needed to copy to a diskette.  This is due to the
  22.     allocation cluster of MSDOS: files on  diskette are allocated
  23.     in increments of 1024 bytes while files on the hard disk (10 MB)
  24.     are in 4096 byte chunks.  To see the space that would be taken
  25.     by some other allocation size, use the /k option.  For example,
  26.     to see how much hard disk space would be used by copying all
  27.     the files from the diskette on drive a, type
  28.  
  29.         treedir a: /k4
  30.  
  31.     The program requires DOS 2.0 or higher, since it doesn't
  32.     make any sense otherswise.
  33.  
  34.  
  35.                     Alan Losoff
  36.                     Milwaukee, Wisconsin
  37. END OF TRANSFER - PRESS ENTER TO RETURN TO MENU
  38.